(C) 1996 AROS - The Amiga Replacement OS


NAME
LONG SPPow()
SYNOPSIS

LONG fnum1
LONG fnum2

LOCATION
In MathTransBase at offset 15
FUNCTION
Calculate fnum2 raised to the fnum1 power (fnum2^fnum1)

INPUTS
fnum1 - Motorola fast floating point number fnum2 - Motorola fast floating point number
RESULT
Motorola fast floating point number

flags: zero : result is zero negative : result is negative overflow : result is too big

NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
21.07.1997 bergers
*** empty log message ***